﻿2026-08-03T03:02:57.9919682Z ##[group]Run actions/checkout@v5
2026-08-03T03:02:57.9920184Z with:
2026-08-03T03:02:57.9920546Z   repository: BigscreenVR/spt-bs-core
2026-08-03T03:02:57.9923494Z   token: ***
2026-08-03T03:02:57.9923842Z   ssh-strict: true
2026-08-03T03:02:57.9924205Z   ssh-user: git
2026-08-03T03:02:57.9924570Z   persist-credentials: true
2026-08-03T03:02:57.9924964Z   clean: true
2026-08-03T03:02:57.9925317Z   sparse-checkout-cone-mode: true
2026-08-03T03:02:57.9925731Z   fetch-depth: 1
2026-08-03T03:02:57.9926070Z   fetch-tags: false
2026-08-03T03:02:57.9926418Z   show-progress: true
2026-08-03T03:02:57.9926776Z   lfs: false
2026-08-03T03:02:57.9927111Z   submodules: false
2026-08-03T03:02:57.9927461Z   set-safe-directory: true
2026-08-03T03:02:57.9927858Z   allow-unsafe-pr-checkout: false
2026-08-03T03:02:57.9928277Z ##[endgroup]
2026-08-03T03:02:58.0666362Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T03:02:58.0667824Z ##[group]Getting Git version info
2026-08-03T03:02:58.0668477Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T03:02:58.0669470Z [command]/usr/bin/git version
2026-08-03T03:02:58.0672529Z git version 2.43.0
2026-08-03T03:02:58.0689977Z ##[endgroup]
2026-08-03T03:02:58.0697603Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/8fd34565-0bbc-4862-85d8-25d692abdf45/.gitconfig'
2026-08-03T03:02:58.0705271Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/8fd34565-0bbc-4862-85d8-25d692abdf45' before making global git config changes
2026-08-03T03:02:58.0706828Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T03:02:58.0708153Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T03:02:58.0741640Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T03:02:58.0761740Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T03:02:58.0771542Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T03:02:58.0774474Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T03:02:58.0792968Z refs/heads/main
2026-08-03T03:02:58.0799440Z [command]/usr/bin/git checkout --detach
2026-08-03T03:02:58.0855122Z HEAD is now at 885a4b69f docs: infra register — in-repo home for CI/build-pipeline debt (operator-ruled 2026-08-02)
2026-08-03T03:02:58.0888742Z [command]/usr/bin/git branch --delete --force main
2026-08-03T03:02:58.0918941Z Deleted branch main (was 885a4b69f).
2026-08-03T03:02:58.1018751Z ##[endgroup]
2026-08-03T03:02:58.1021985Z [command]/usr/bin/git submodule status
2026-08-03T03:02:58.1205183Z ##[group]Cleaning the repository
2026-08-03T03:02:58.1208074Z [command]/usr/bin/git clean -ffdx
2026-08-03T03:02:58.1239080Z Removing traceable-reqs
2026-08-03T03:02:58.1245760Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T03:02:58.1302555Z HEAD is now at 885a4b69f docs: infra register — in-repo home for CI/build-pipeline debt (operator-ruled 2026-08-02)
2026-08-03T03:02:58.1307141Z ##[endgroup]
2026-08-03T03:02:58.1308239Z ##[group]Disabling automatic garbage collection
2026-08-03T03:02:58.1311038Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T03:02:58.1335307Z ##[endgroup]
2026-08-03T03:02:58.1335969Z ##[group]Setting up auth
2026-08-03T03:02:58.1340083Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T03:02:58.1363297Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-03T03:02:58.1548228Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T03:02:58.1571760Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-03T03:02:58.1754035Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T03:02:58.1777599Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T03:02:58.1965536Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T03:02:58.2002999Z ##[endgroup]
2026-08-03T03:02:58.2003628Z ##[group]Fetching the repository
2026-08-03T03:02:58.2009050Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +885a4b69f3f444295a1934db427796f8ccb7c9fc:refs/remotes/origin/main
2026-08-03T03:02:58.6587742Z ##[endgroup]
2026-08-03T03:02:58.6588891Z ##[group]Determining the checkout info
2026-08-03T03:02:58.6590227Z ##[endgroup]
2026-08-03T03:02:58.6595692Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T03:02:58.6647352Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T03:02:58.6670902Z ##[group]Checking out the ref
2026-08-03T03:02:58.6673630Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-03T03:02:58.6728600Z Switched to a new branch 'main'
2026-08-03T03:02:58.6729619Z branch 'main' set up to track 'origin/main'.
2026-08-03T03:02:58.6734611Z ##[endgroup]
2026-08-03T03:02:58.6767259Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T03:02:58.6791918Z 885a4b69f3f444295a1934db427796f8ccb7c9fc
